home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / find218.zip / FIND.HST < prev    next >
Text File  |  1991-01-27  |  4KB  |  64 lines

  1. Author  Bruce Gavin - All rights reserved
  2. Intent  Search disk(s) for user file(s).
  3. Usage   FIND [drive:] filename.ext [/G/H/L/P/S/V/Z]
  4.  
  5. Origin  01JUN89   v2.beta Entirely rewritten for more performance.
  6.         10JUN89   v2.beta Allow only DOS versions 2.0 to 3.x
  7.         15JUN89   v2.beta Int24h DOS Critical Error Vector.
  8.                           Force DOS buffer flush for diskette reads.
  9.                           Default drive is 1st hard drive.
  10.                           Allow redirection to printer or disk.
  11.                           Add /S for single drive switch.
  12.         18JUN89   v2.04   Floppy drive error will bypass that drive.
  13.         23JUN89   v2.05   Deleted Int24h Critical Error Vector.
  14.                           Any disk read error terminates program.
  15.         07AUG89   v2.06   Reset vectors after error message display.
  16.                           Bug fix: FAT 12/16 bit determination factor.
  17.                           Add /V verbose path display switch.
  18.         30AUG89   v2.06   Add checks for up to 32 sectors per cluster
  19.                           for Zenith DOS 2.x.
  20.                           Bug fix: full 64 byte path display terminator.
  21.                           Bug fix: CLS blinking bug with MS-DOS 3.21.
  22.         07SEP89   v2.06   Redirected output also displays on screen.
  23.         02OCT89   v2.06   Add EMS support for path tables.
  24.         08OCT89   v2.07   Add extended disk partition support.
  25.         26OCT89   v2.08   Dynamically allocated data segments.
  26.                           Prevent color 00h (black on black) video.
  27.         23DEC89   v2.09   Corrected bad video page in CLS, which caused
  28.                           phony colors in output.
  29.                           Add color banners and window scrolling.
  30.         03JAN90   v2.10   Corrected history file from v2.54 to v2.10.
  31.                           Display subdirectories with inverse color.
  32.                           Add /P full screen pause switch.
  33.                           Corrected banner shadow.
  34.         27JAN90   v2.11   Conditional assembly to support SNAPSHOT.
  35.                           Support directories bigger than 64k.
  36.                           Support 80x43 and 132x43 screen sizes.
  37.         27FEB90   v2.11b  Bug fix: screen length bug for Hercules video.
  38.                           Bug fix: insure use of active display page.
  39.         05MAR90   v2.11c  Change pause switch to /N for no auto pause.
  40.         25MAR90   v2.11d  Tone down banner colors to low intensity.
  41.                           Scroll entire screen after each pause.
  42.         11MAY90   v2.12   Bug fix: DOS < 3 message display bug.
  43.                           Bug fix: split scrolling bug.
  44.                           Prevent bad drive divide by zero.
  45.                           Provide pause message for user, insure
  46.                           extended scan codes are correctly handled.
  47.         25JUN90   v2.12   Correct full-screen scroll off from ^C.
  48.         11JUL90   v2.13   Bug fix: big partition HI sector address.
  49.         05AUG90   v2.14   /S switch sets unspecified drive to default drive.
  50.         28AUG90   v2.15   Reissued in ShareWare/Commercial versions.
  51.         12JAN91   v2.16   Bug fix: allow sector size range of 64..8192 bytes
  52.                           Bug fix: allow SNAPSHOT to dump non-DOS disks
  53.                           Change No Pause /N switch to Pause /P switch
  54.         19JAN91   v2.17   Installed ZIP file search.
  55.                           Installed auto-wildcard filename parser.
  56.                           Installed embedded fuzzy search parser.
  57.                           Installed /G goto match switch.
  58.                           Installed Scroll Buffer and entry screen save.
  59.         25JAN91   v2.18   Speed up scroll buffer handling
  60.         27JAN91   v2.18a  Output to lines 1..25/43 from 1..24/42.
  61.                           Control-Break clears screen and posts message.
  62.                           Restore startup color defaults with FINDINST.
  63.  
  64.